home *** CD-ROM | disk | FTP | other *** search
/ Apple II Magazines (PO) / Nibble Volume 11, No. 02 (1990-02)(MindCraft Publishing)(Side A).zip / Nibble Volume 11, No. 02 (1990-02)(MindCraft Publishing)(Side A).po / POP2.bas < prev    next >
BASIC Source File  |  1996-12-24  |  381b  |  10 lines

  1. 10  REM   ******************************
  2. 20  REM   * POP2                       *
  3. 30  REM   * BY MARK CRAVEN             *
  4. 40  REM   * COPYRIGHT(C) 1990          *
  5. 50  REM   * MINDCRAFT PUBL. CORP.      *
  6. 60  REM   * CONCORD, MA 01742          *
  7. 70  REM   ******************************
  8. 80  REM 
  9. 90  GOSUB 100: END 
  10. 100  PRINT "THIS WILL GO FOREVER UNLESS YOU RESET": POP : GOTO 90